home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 [x86]
/
NeXT Step 3.1 Intel.cdr.dmg
/
me
/
.cshrc
< prev
next >
Wrap
Text File
|
1993-04-23
|
477b
|
20 lines
#
# this file gets executed by every shell you start
#
# make sure the path is correct
set path=(~/Unix/bin /usr/local/bin /usr/ucb /bin /usr/bin /usr/sybase/bin ~/Apps /LocalApps /NextApps /NextAdmin /NextDeveloper/Demos .)
# setup umask to something reasonable
umask 022
# make the prompt palatable
if( ${?prompt} ) then
set host=`hostname`
set prompt="${host}> "
set history=50
# put aliases and other things down here
alias ls ls -F
alias mail /usr/ucb/Mail
endif